BatchValidationJobDetails Class
Encapsulates a Batch Validation Job. Contains information about a job, including settings and schedule. Schedule applies to scheduled jobs only.
Constructor
BatchValidationJobDetails
()
Item Index
Properties
Properties
batchRunIds
Array
Contains a list of batch run IDs, one for each batch validation execution associated with this batch validation job. For adhoc jobs this list will contain at most one result. For scheduled jobs this list will contain as many as job executions have run associated with this jobs schedule.
These IDs can be used to retrieve batch run details using getBatchRunDetails.
jobId
String
Gets the Job Id. Job Id is a GUID that corresponds to an adhoc or scheduled batch validation job.